Verifier Attestation
data class VerifierAttestation(val trust: JWSVerifier, val clockSkew: Duration = Duration.ofSeconds(15L)) : SupportedClientIdPrefix(source)
Wallet trust verifiers that are able to present a signed Verifier Attestation, which is issued by a party trusted by the Wallet
In this prefix, Verifier must always sign his request (JAR), having in its JOSE header a Verifier Attestation JWT under jwt claim
Parameters
trust
a function for verifying the digital signature of the Verifier Attestation JWT.
clock Skew
max acceptable skew between wallet and attestation issuer